home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / ALGEBRA Demo / twolines.trs < prev   
Encoding:
Text File  |  1988-07-06  |  210 b   |  33 lines

  1. MENU
  2. 1
  3. 5
  4. BOX
  5. 2
  6. x + y = -1
  7. -2*x + 3*y = 7
  8. PAUSE
  9. MENU
  10. 1
  11. 1
  12. BOX
  13. 2
  14. y = 2/3*x + 2
  15. -2*x + 3*y = 7
  16. MESSAGE
  17. 2
  18. Two parallel lines.
  19. They do not intersect.
  20. PAUSE
  21. MENU
  22. 1
  23. 1
  24. BOX
  25. 2
  26. y = 2*x - 3
  27. 4*x - 2*y = 6
  28. PAUSE
  29. MENU
  30. 1
  31. 3
  32. END
  33.